/* CSS Document */
body {
  padding: 0;
  margin: 0;
  font: normal 12px/180% "Microsoft Yahei","SimSun";
  color: #444444;
  text-align: center;
  background: #fff;
  overflow-x: hidden !important;	
  min-width: 1200px;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

div {
  margin: 0 auto;
  text-align: left;
}

li {
  text-align: left;
}

a:link, a:visited {
  color: #444444;
  text-decoration: none;
}

a:hover {
  color: #c00;
  text-decoration: underline;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

i {
  font-style: italic;
}

.clear {
  clear: both;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*common*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.w1180 {
  width: 1180px;
}

div.title-com {
  height: 40px;
}

div.title-com div.tab {
  float: left;
}

div.title-com div.tab h2 {
  display: inline-block;
  border-bottom: 3px solid #314AA9;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #314AA9;
}

div.title-com div.tab h2 a {
  color: #314AA9;
  text-decoration: none;
}

div.title-com div.more {
  float: right;
}

div.title-com div.more h6 {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #999999;
}

div.title-com div.more h6 a {
  color: #999999;
}

/*topCon*/
.topCon {
  width: 100%;
  height: 307px;
  background: url(../images/topConBg.png) top center no-repeat;
}

.topCon div.w1180 {
  position: relative;
  height: 307px;
}

.topCon div.languageBox {
  position: absolute;
  top: 32px;
  right: 0px;
  width: 136px;
  height: 36px;
  padding: 0 15px;
  background: #3380be;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

.topCon div.languageBox div.zh {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.topCon div.languageBox div.zh a {
  color: #fff;
}

.topCon div.languageBox div.zh i.icon-lan-zh {
  display: inline-block;
  background: url(../images/icon-lan-zh.png) left center no-repeat;
  padding-left: 25px;
  font-style: normal;
}

.topCon div.languageBox div.zh i.icon-san {
  display: block;
  float: right;
  width: 10px;
  height: 7px;
  background: url(../images/icon-san.png) center center no-repeat;
  margin-top: 15px;
}

.topCon div.languageBox ul {
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
  position: absolute;
  z-index: 9;
  top: 36px;
  right: -1px;
  background: #3380be;
  width: 136px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-indent: 25px;
  color: #fff;
}

.topCon div.languageBox ul a {
  color: #fff;
}

.topCon div.navCon {
  position: absolute;
  top: 217px;
  left: 0px;
  width: 100%;
  height: 70px;
  background: #fff;
}

.topCon div.navCon div.homeLink {
  width: 70px;
  height: 70px;
  background: url(../images/icon-hoem.png) center center no-repeat #ffcb65;
  float: left;
}

.topCon div.navCon div.homeLink a {
  display: block;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.topCon div.navCon div.navLink {
  width: 840px;
  height: 70px;
  float: left;
  position: relative;
}

.topCon div.navCon div.navLink ul li {
  font-size: 16px;
  line-height: 70px;
  display: inline-block;
  padding: 0;
}

.topCon div.navCon div.navLink ul li i {
  margin-left: 40px;
  font-style: normal;
  line-height: 70px;
}

.topCon div.navCon div.navLink ul li i a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.topCon div.navCon div.navLink ul li i a em.lineb {
  width: 100%;
  height: 4px;
  background: #264eab;
  position: absolute;
  left: 0;
  top: 70%;
  display: none;
}

.topCon div.navCon div.navLink ul li.active i a {
  color: #444;
}

.topCon div.navCon div.navLink ul li.active i a em.lineb {
  display: block;
}

.topCon div.navCon div.navLink ul li.award {
  position: relative;
}

.topCon div.navCon div.navLink ul li.award i {
  font-size: 16px;
}

.topCon div.navCon div.navLink ul li.award i a {
  color: #266EE5 !important;
}

.topCon div.navCon div.navLink ul li.award i a em.lineb {
  background: #c00;
  background: #266EE5;
}

.topCon div.navCon div.navLink ul li.award em.icon-new {
  display: block;
  width: 19px;
  height: 6px;
  background: url(../images/icon-new-red.png) center center no-repeat;
  position: absolute;
  top: 22px;
  right: -22px;
}

.topCon div.navCon div.navLink ul .navBox {
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 9;
  display: none;
  width: 1110px;
  height: 80px;
  background: #fff;
  font-size: 12px;
}

.topCon div.navCon div.navLink ul .navBox .line1 {
  height: 1px;
  background: #eee;
  overflow: hidden;
  margin: 0 auto;
}

.topCon div.navCon div.navLink ul .navBox .box1 {
  width: 1070px;
  padding-left: 40px;
}

.topCon div.navCon div.navLink ul .navBox .box1 span {
  float: left;
  width: 220px;
  margin-top: 20px;
}

.topCon div.navCon div.navLink ul .navBox .box1 strong {
  float: left;
  border-right: 1px solid #eee;
  height: 40px;
  width: 59px;
  line-height: 20px;
}

.topCon div.navCon div.navLink ul .navBox .box1 em {
  float: right;
  text-align: left;
  width: 140px;
  padding-left: 20px;
  line-height: 20px;
}

.topCon div.navCon div.navLink ul .navBox .box1 em a {
  color: #888;
}

.topCon div.navCon div.navLink ul .navBox .box2 {
  width: 1070px;
  padding-left: 40px;
}

.topCon div.navCon div.navLink ul .navBox .box2 span {
  float: left;
  display: block;
  min-width: 150px;
  padding-right: 40px;
  padding-right: 25px;
  color: #888;
}

.topCon div.navCon div.navLink ul .navBox2 {
  height: 80px;
}

.topCon div.navCon div.searchBox {
  width: 260px;
  height: 70px;
  position: relative;
  float: right;
}

.topCon div.navCon div.searchBox input.s1 {
  box-sizing: border-box;
  width: 232px;
  height: 30px;
  background: #f1f5fd;
  border: 1px solid #b4ccf5;
  border-radius: 2px;
  line-height: 30px;
  outline: none;
  margin-top: 19px;
  padding-left: 10px;
  padding-right: 40px;
}

.topCon div.navCon div.searchBox input#button {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/icon-search.png) center center no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 28px;
  left: 203px;
}

/*topNew*/
.topNew h1 {
  margin-top: 40px;
  font-weight: 700;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  color: #333333;
}

.topNew p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}

.topNew p a {
  padding: 0 5px;
}

.topNew p i.more {
  float: right;
  font-style: normal;
}

/*p1Con*/
.p1Con {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(#f3f3f3, #ffffff);
}

.p1Con .w1180 {
  position: relative;
}

.p1Con .swiper-container-main {
  position: relative;
  width: 1180px;
  height: 330px;
  margin: 0 auto;
  overflow: hidden;
}

.p1Con .swiper-container-main .swiper-slide {
  width: 1180px;
  height: 330px;
  position: relative;
}

.p1Con .swiper-container-main .swiper-slide img {
  width: 580px;
  height: 330px;
  position: relative;
  z-index: 1;
  float: left;
}

.p1Con .swiper-container-main .swiper-slide a {
  color: #444;
}

.p1Con .swiper-container-main .swiper-slide a:hover {
  color: #444;
}

.p1Con .swiper-container-main .swiper-slide .slide-con {
  float: right;
  width: 560px;
  padding-right: 20px;
}

.p1Con .swiper-container-main .swiper-slide .slide-con b {
  display: block;
  font-size: 26px;
  line-height: 36px;
  margin-top: 15px;
}

.p1Con .swiper-container-main .swiper-slide .slide-con b:hover {
  color: #c00;
}

.p1Con .swiper-container-main .swiper-slide .slide-con p {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-indent: 2em;
  margin-top: 15px;
}

.p1Con .swiper-container-main .swiper-slide .slide-con p a {
  color: #444;
}

.p1Con .swiper-container-main .swiper-slide .slide-con p a:hover {
  color: #444;
}

.p1Con .swiper-container-main .swiper-slide .slide-con em {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin-top: 0px;
  color: #266EE5;
}

.p1Con .swiper-container-main .swiper-slide .slide-con em a {
  color: #266EE5;
}

.p1Con .swiper-container-main .swiper-slide .slide-con em a:hover {
  color: #266EE5;
}

.p1Con .swiper-pagination-main {
  display: none;
}

.p1Con .num {
  display: none;
}

.p1Con .main-prev, .p1Con .main-next {
  background: url(../images/icon-arr1-left.png) center center no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  top: 140px;
  left: -75px;
  z-index: 10;
}

.p1Con .main-next {
  background: url(../images/icon-arr1-right.png) center center no-repeat;
  left: auto;
  right: -75px;
}

/*banner1*/
.banner1 {
  margin-top: 30px;
}

/*newMarquee*/
.newMarquee {
  margin-top: 30px;
  height: 24px;
  padding: 13px 0;
  background: #fbfdff;
  border: 1px solid #e6e6e6;
}

.newMarquee div.icon-new {
  width: 67px;
  height: 24px;
  float: left;
  background: url(../images/icon-new.png) center center no-repeat;
}

.newMarquee div.newCon {
  width: 1100px;
  height: 24px;
  float: left;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.newMarquee div.newCon a {
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #D8D8D8;
}

.txt-scroll {
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0;
}

.txt-scroll .scrollbox {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.txt-scroll .txt, .txt-scroll .txt-clone {
  display: inline;
  position: relative;
}

/*p2Con*/
.p2Con {
  background: url(../images/p2-bg_02.png) top center repeat-y;
  height: auto;
  margin-top: 30px;
}

.p2Con div.topLine {
  width: 100%;
  height: 20px;
  background: url(../images/p2-bg_01.png) top center no-repeat #fff;
}

.p2Con div.midLine {
  background: url(../images/p2-bg_02.png) top center repeat-y;
}

.p2Con div.bottomLine {
  width: 100%;
  height: 40px;
  background: url(../images/p2-bg_03.png) top center no-repeat #fff;
}

.p2Con div.fl {
  width: 705px;
  margin: 0px 0 0 30px;
}

.p2Con div.fl div.title-com {
  border-bottom: 1px solid #FFCD76;
}

.p2Con div.fl div.title-com div.tab h2 {
  border-bottom: none;
  margin-right: 35px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.p2Con div.fl div.title-com div.tab h2 a {
  color: #333;
}

.p2Con div.fl div.title-com div.tab h2.select {
  border-bottom: 3px solid #314AA9;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  color: #314AA9;
}

.p2Con div.fl div.title-com div.tab h2.select a {
  color: #314AA9;
}

.p2Con div.fl div.title-com div.more h6 {
  display: none;
}

.p2Con div.fl div.title-com div.more h6.select {
  display: block;
}

.p2Con div.fl ul {
  margin-top: 14px;
}

.p2Con div.fl ul li {
  height: 50px;
  padding: 0 25px 0 20px;
  margin-bottom: 7px;
  background: #F8F8F8;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #333333;
}

.p2Con div.fl ul li a {
  color: #333333;
}

.p2Con div.fl ul li i {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 50px;
  color: #999999;
  float: right;
}

.p2Con div.fl ul li:hover {
  cursor: pointer;
  background: #4886FD;
  color: #fff;
}

.p2Con div.fl ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.p2Con div.fl ul li:hover i {
  color: #fff;
}

.p2Con div.fr {
  width: 405px;
  margin: 0px 20px 0 0;
}

.p2Con div.fr div.picBox {
  width: 405px;
  height: 230px;
  position: relative;
  margin-top: 14px;
}

.p2Con div.fr div.picBox span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  background: url(../images/box_kuai.png) repeat;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-indent: 10px;
  color: #fff;
}

.p2Con div.fr div.picBox span a {
  color: #fff;
}

.p2Con div.fr p {
  margin-top: 15px;
  text-indent: 2em;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}

.p2Con div.fr p a {
  color: #333;
}

.p2Con div.fr p em {
  float: right;
  font-style: normal;
  color: #3671F5;
}

.p2Con div.fr p em a {
  color: #3671F5;
}

/*p3Con*/
.p3Con {
  margin-top: 10px;
}

.p3Con div.fl {
  width: 580px;
}

.p3Con div.fr {
  width: 580px;
}

.p3Con div.picBox {
  width: 580px;
  height: 220px;
  position: relative;
  margin-top: 13px;
}

.p3Con div.picBox span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  background: url(../images/box_kuai.png) repeat;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-indent: 10px;
  color: #fff;
}

.p3Con div.picBox span a {
  color: #fff;
}

.p3Con ul {
  margin-top: 30px;
}

.p3Con ul li {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: url(../images/ico_dot.gif) left center no-repeat;
  padding-left: 15px;
  color: #333333;
}

.p3Con ul li a {
  color: #333;
}

.p3Con ul li:hover {
  background: url(../images/ico_dot_hover.gif) left center no-repeat;
}

/*p4COn*/
.p4COn {
  width: 100%;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(#f3f3f3, #ffffff);
}

.p4COn .w1180 {
  position: relative;
  height: 580px;
  background: url(../images/p4-con-bg.png) center bottom no-repeat #2F61D4;
  overflow: hidden;
}

.p4COn div.title {
  margin: 20px auto;
  width: 1140px;
  height: 40px;
  position: relative;
  background: url(../images/p4-tit-bg.png) center bottom no-repeat;
  text-align: center;
}

.p4COn div.title h2 {
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-indent: 0px;
  color: #fff;
}

.p4COn div.title h2 a {
  color: #fff;
}

.p4COn div.title h2 a:hover {
  text-decoration: none;
}

.p4COn div.title h6 {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
}

.p4COn div.title h6 a {
  color: #fff;
}

.p4COn .swiper-container-about {
  position: relative;
  width: 888px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.p4COn .swiper-container-about .swiper-slide {
  width: 888px;
  height: 500px;
  position: relative;
}

.p4COn .swiper-container-about .swiper-slide img {
  width: 888px;
  height: 500px;
  position: relative;
  z-index: 1;
  float: left;
}

.p4COn .swiper-container-about .swiper-slide .slide-con {
  float: right;
  width: 838px;
  height: 110px;
  padding: 70px 20px 0 30px;
  background: url(../images/p4-slide-bg.png) bottom center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}

.p4COn .swiper-container-about .swiper-slide .slide-con b {
  display: block;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}

.p4COn .swiper-container-about .swiper-slide .slide-con b a {
  color: #fff;
}

.p4COn .swiper-container-about .swiper-slide .slide-con p {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-indent: 0em;
  margin-top: 10px;
  color: #fff;
}

.p4COn .swiper-container-about .swiper-slide .slide-con p a {
  color: #fff;
}

.p4COn .swiper-pagination-about {
  display: none;
}

.p4COn .about-prev, .p4COn .about-next {
  background: url(../images/icon-arr2-left.png) center center no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  top: 305px;
  left: 50px;
  z-index: 10;
}

.p4COn .about-next {
  background: url(../images/icon-arr2-right.png) center center no-repeat;
  left: auto;
  right: 50px;
}

/*copyright*/
.copyright {
  padding: 40px 0;
  background: #f4f4f4;
  margin-top: 40px;
}

.copyright .w1100 {
  width: 1100px;
}

.copyright .logo {
  padding-bottom: 26px;
  border-bottom: 1px solid #e8e8e8;
}

.copyright .logo span {
  float: left;
}

.copyright .logo span img {
  width: 179px;
  height: 79px;
}

.copyright .logo .right {
  float: left;
  margin-left: 2%;
  width: 55%;
}

.copyright .logo em {
  float: right;
}

.copyright .logo .foot-icon-wrap {
  float: right;
}

.copyright .logo .foot-icon-wrap .icon-item1, .copyright .logo .foot-icon-wrap .icon-item2 {
  display: inline-block;
  margin-left: 10px;
  min-width: 50px;
  text-align: center;
}

.copyright .link {
  padding-top: 25px;
  color: #999;
}

.copyright .link .left {
  float: left;
  width: 360px;
  line-height: 160%;
}

.copyright .link .center {
  text-align: center;
  margin-left: 2%;
}

.copyright .link .center img {
  margin-right: 20px;
}

.copyright .link .right {
  float: right;
  width: 266px;
}

.copyright .link b {
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
}

/*d2*/
.d2nav{width: 1180px; padding-top: 45px;margin-bottom: 20px;}
.d2nav,.d2nav a{color:#ccc;}
.d2nav a{margin:0 5px;}
.d2list{ width: 1180px;}
.d2list .fl{width: 641px;border-right:1px solid #eee;padding-right: 50px;}
.d2list .fr{width: 357px; display: none;}
.d2list .fl div.list3{margin-top: 20px;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.list3 h3{font:bold 24px/28px "Microsoft YaHei";}
.list3 h3,.list3 h3 a{color:#444;}
.list3 div{font-size: 14px;color:#999;}
.list3 div p{margin-top: 15px;  }
.list3 span{display: block;margin-top: 20px;color:#999;}
.page_n{font-size:14px;text-align:center;padding-top:40px;}
.page_n a{margin:0 2px;padding:0 7px;text-decoration:none;color:#999;}
.page_n a.common_current_page{color:#1091f5;}
.page_n img{vertical-align: middle;}
.banner2{background:#264eab;padding:30px 0;}
.banner2 h3{text-align: center;}
.banner2 span{background:#fff;width: 100px;height:30px;line-height:30px;text-align: center;font-size: 14px;border-radius: 2px;cursor: pointer;display: block;margin:30px auto 0 auto;}
.banner2 span a{color:#264eab;width: 100px;height:30px;text-decoration:none;}
.banner3{display: none;}
.d2list .fl{width:580px;padding-right:20px; width: 100%; border-right: none; padding-right: 0;}

.d2pic{width: 1180px;}
.d2pic ul{ overflow: hidden;}
.d2pic li{float:left;width: 542px;margin-left: 16px;background:#f6f6f6;height: 440px;margin-bottom: 30px;}
.d2pic li b{display: block;width: 462px;margin:22px auto 0 auto;font-size: 20px;line-height: 24px;}
.d2pic li b,.d2pic li b a{color: #444}
.d2pic li p{width: 462px;margin:10px auto 0 auto;font-size: 14px;line-height: 140%;color:#999;padding-bottom: 20px;}
.d2pic li span{width:462px;margin:0 auto;color:#999;display: block;border-top:1px solid #eee;padding-top: 10px;}
.d2Cha .fl{width: 827px;border-right: 1px solid #f4f4f4;}
.d2Cha .fr{width: 240px;padding-left:30px;}
.d2Cha .fl ul li{margin-bottom: 20px;}
.d2Cha .fl ul li span{font-size: 14px;color:#999;margin-right: 58px;}
.d2Cha .fl ul li span input,.d2Cha .fl ul li span select{width: 280px;height: 36px;line-height: 36px;background:#f4f4f4;border-radius: 5px;border:none;outline:none;color:#999;}
.d2Cha .fr a{display: inline-block;width: 94px;height: 36px;line-height: 36px;color:#fff;text-align: center;border-radius: 5px;margin-left: 20px;margin-top: 29px;text-decoration:none;}
.d2Cha .fr a.cha{background:#264eab;}
.d2Cha .fr a.reset{background:#92a6d5;}
.line2{background:#f4f4f4;height: 1px;overflow: hidden;margin-top: 35px;}
.pic4{margin-top: 50px;}
.pic4 li{float:left;width:356px;margin-left: 16px;background:#f6f6f6;height:320px;margin-bottom:20px;}
.pic4 li b{display: block;width:316px;margin:10px auto 0 auto;font-size:16px;line-height:20px;}
.pic4 li b,.pic4 li b a{color: #444}
.pic4 li p{width: 316px;margin:10px auto 0 auto;font-size: 14px;line-height: 130%;color:#999;padding-bottom: 20px;}
.pic4 li span{width:316px;margin:0 auto;color:#999;display: block;border-top:1px solid #eee;padding-top: 10px;}
/*
.banner1 { margin-top: 0px; height: 110px; overflow: hidden;}
.swiper-container-t1{height: 110px; overflow: hidden;}
*/
.banner1 { margin-top: 0px; overflow: hidden;}
.swiper-container-t1{ overflow: hidden;}

/*txt*/
.txtCon{ width: 1180px;}
.txtCon h1{margin-top: 20px;margin-bottom: 10px;font:bold 30px/34px "Microsoft YaHei";}
.txt{
	text-align: center;
}
.txt p{
	margin-top: 15px;
	font: normal 18px/180% "Arial";
    /* font-size:18px;
	line-height: 160%; */
    color:#666;
    line-height: 160%;
	text-align: left;
}
.txt p:has(video){
	text-align: center;
}
.txt p:has(img){
	text-align: center;
}
.txt video{
	margin: 0 auto;
}
.pic2{text-align: center;margin-top:20px;}
.pic2 img{max-width: 900px; height: auto;}
.txtConWb h1.title{ margin-top: 10px; margin-bottom: 0; font:bold 30px/34px "Microsoft YaHei"; text-align: center; }
.txtConWb h3.pre{ font-weight: 400; font-size: 18px; text-align: center; margin: 10px auto 5px auto;}
.txtConWb h4.sub{ font-weight: 400; font-size: 18px; text-align: center; margin-top: 10px;}
.txtConWb div.pubCon{ display: block; font-size: 14px; margin-top: 10px; text-align: center;}
.author {
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 14px;
}
.zdfy{ width:98%; height:auto; overflow:hidden; margin:10px auto 10px auto;word-wrap: break-word; word-break: normal; text-align:center;}
.zdfy a:link,.zdfy a:visited,.zdfy a:hover{ margin:0 3px;font-size:14px;}
.p_num{ width:98%; height:auto; overflow:hidden; margin:10px auto 10px auto;word-wrap: break-word; word-break: normal; text-align:center;}
.p_num a:link,.p_num a:visited,.p_num a:hover{ margin:0 3px;font-size:14px;}

 /* 稿件分页 */
 div.p_num{ text-align: center;position: relative;margin-top:15px; word-break: break-all; word-wrap: break-word;}
 div.p_num a{ display: inline-block;}
 div.p_num span a{color:#fff ;padding: 3px 20px;background:#264eab; margin: 0 10px;}
 div.p_num .common_current_page{color:#264eab;}
 div.a_sz{font-size: 16px}
 div.ss span a{    padding: 3px 14px;}
 /* div.p_num span.p_prve{position: absolute;left:37%;top:20px} */
 /* div.p_num span.p_next{position: absolute;right:37%;top:20px}    */
 /* div.p_num:last-child{margin-top:20px;} */
 div.p_num:first-child a{font-size: 16px}
 div.pic2 font{    
     padding: 20px 0;
    display: block;
    font-size: 14px;
}

/*txt*/

/*202220609add*/
.banner_tl{
	width: 1180px;
	height: auto;
	margin: 30px auto 0;
}
/*
.banner_tl img{
	width: 100%;
	height: auto;
}
*/
.banner_tl3{
	width: 1180px;
	height: auto;
	margin: 30px auto;
}
.banner_tl3 .marginBox{
	margin-right: -30px;
}
.banner_tl3 .imgbox{
	display: block;
	float: left;
	width: 380px;
	margin-right: 20px;
}
.banner_tl3 .imgbox img{
	width: 100%;
}

/*多语种通用*/
 .topCon .bannerText{
	position: absolute;
	top: 90px;
	left: 200px;
}
.topCon .bannerText p {
    text-align: left;
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    color: #fff;
}
.topCon .bannerText p a{
    color: #fff;
}
.topCon .bannerText p a:hover{
    text-decoration: none;
}

/*20221202*/
.foreign_pic13 {width: 1180px;}
.foreign_pic13 ul{overflow: hidden;}
.foreign_pic13 li{float:left;width:384px;margin-top:14px;padding-left:6px;padding-right:6px;border-right:1px solid #ececec;position: relative;height:300px}
.foreign_pic13 li p{width:97%;margin:8px auto 0 auto;font-size: 16px;}
.foreign_pic13 li:nth-child(3n+1){padding-left:0;}
.foreign_pic13 li:nth-child(3n){padding-right:0;border-right:none;}
.foreign_pic13 li i{position: absolute;background:url("http://en.people.cn/img/FOREIGN/2021/04/313138/source/imgs/vbg3.png") no-repeat;width:48px;height:48px;top:50%;left:9%}
.foreign_pic13 li:nth-child(3n+1) i{left:3%}

/*i18n-de*/
body.i18n-de {
    font: normal 12px/180% Verdana;
}
.i18n-de .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-de .topCon .bannerText{
	position: absolute;
	top: 90px;
	left: 200px;
}
.i18n-de .topCon .bannerText p {
    text-align: left;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    color: #fff;
}
.i18n-de .topCon .bannerText p a{
    color: #fff;
}
.i18n-de .pic2 table{ color:#999!important; font-size: 14px;}
.i18n-de .pic2 table td.picdesc{ color:#999!important;}
.i18n-de .pic2 table td.picdesc font{ color:#999!important;}
.i18n-de .topCon div.navCon div.navLink ul li.award em.icon-new{
	background: none;
	top: 20px;
    right: -10px;
    font-size: 12px;
    line-height: 1;
    color: #c00;
    transform: scale(0.9);
}
.i18n-de .topNew p i.more,.i18n-de .topNew p i.more a{color: #3671F5;}
.i18n-de .p1Con .swiper-container-main .swiper-slide .slide-con p { text-indent: 0em;}
.i18n-de .newMarquee div.icon-new{
	width: 45px;
	margin: 0 11px;
    height: 24px;
    float: left;
    background: none #5385fd;
	border-radius: 0 5px 0 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.i18n-de .p2Con div.fl ul li a{
	display: inline-block;
	width: 560px;
	width: 660px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	white-space: normal;
	line-height: 1.4;
    padding: 3px 0;
}
.i18n-de .p2Con div.fr p { text-indent: 0em;}
.i18n-de .p3Con ul li{ background: url(../images/ico_dot.gif) left 8px no-repeat; white-space: normal;}
.i18n-de .p4COn .w1180 { height: 680px;}
.i18n-de .p4COn .swiper-container-about { height: 600px;}
.i18n-de .p4COn .swiper-container-about .swiper-slide .slide-con{ bottom: 100px;}
.i18n-de .copyright .logo .foot-icon-wrap .icon-item1,
.i18n-de .copyright .logo .foot-icon-wrap .icon-item2{
	max-width: 100px;
	text-align: center;
}
.i18n-de .list3 h3,
.i18n-de .txtCon h1,
.i18n-de .txtConWb h1.title,
.i18n-de .txt p{
	font-family: Verdana;
}
.i18n-de .p2Con div.fr div.picBox span {
	width: 385px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}
.i18n-de .p3Con div.picBox span {
    width: 560px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}

/*i18n-pt*/
body.i18n-pt {
    font: normal 12px/180% Georgia;
}
.i18n-pt .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-pt .topCon .bannerText{
	position: absolute;
	top: 90px;
	left: 200px;
}
.i18n-pt .topCon .bannerText p {
    text-align: left;
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    color: #fff;
}
.i18n-pt .topCon .bannerText p a{
    color: #fff;
}
.i18n-pt .topCon div.navCon div.navLink ul .navBox .box1 span {
  	width: auto;
  	min-width: 220px;
  	margin-top: 20px;
}
.i18n-pt .topCon div.navCon div.navLink ul .navBox .box1 strong {
  	height: 40px;
  	width: auto;
  	min-width: 59px;
  	padding-right: 20px;
}
.i18n-pt .topCon div.navCon div.navLink ul .navBox .box1 em {
  	width: auto;
  	min-width: 140px;
  	padding-left: 20px;
}
.i18n-pt .topNew h1 {
    margin-top: 50px;
}
.i18n-pt .p1Con .swiper-container-main .swiper-slide .slide-con p  { text-indent: 0em; text-align: justify;}
.i18n-pt .p2Con div.fl ul li a{
	display: inline-block;
	width: 560px;
	width: 660px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	white-space: normal;
	line-height: 1.4;
    padding: 3px 0;
}
.i18n-pt .p4COn .w1180 { height: 680px;}
.i18n-pt .p4COn .swiper-container-about { height: 600px;}
.i18n-pt .p4COn .swiper-container-about .swiper-slide .slide-con{ bottom: 100px;}

/*i18n-kr*/
body.i18n-kr {
    font: normal 12px/180% 'NanumBarunGothicBold','NanumBarunGothic','Malgun Gothic','맑은 고딕','돋움',dotum,sans-serif;
}
.i18n-kr .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-kr .topCon .bannerText{
	position: absolute;
	top: 90px;
	left: 200px;
}
.i18n-kr .topCon .bannerText p {
    text-align: left;
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    color: #fff;
}
.i18n-kr .topCon .bannerText p a{
    color: #fff;
}
.i18n-kr .pic2 table{ color:#999!important; font-size: 14px;}
.i18n-kr .pic2 table td.picdesc{ color:#999!important;}
.i18n-kr .pic2 table td.picdesc font{ color:#999!important;}

/*i18n-en*/
body.i18n-en {
    font: normal 12px/180% Georgia;
}
.i18n-en .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-en .topCon div.navCon div.navLink ul .navBox .box1 span {
  	width: auto;
}
.i18n-en .topCon div.navCon div.navLink ul .navBox .box1 strong {
  	width: auto;
	max-width: 85px;
  	padding-right: 10px;
}
.i18n-en .topCon div.navCon div.navLink ul .navBox .box1 em {
  	width: auto;
  	min-width: 140px;
	max-width: 140px;
    padding-left: 15px;
    padding-right: 25px;
}
.i18n-en .topCon div.navCon div.navLink ul li i{
	margin-left: 70px;
}
.i18n-en .topCon div.navCon div.navLink ul li.award i a{
  color: #c00!important;
}
.i18n-en .topCon div.navCon div.navLink ul li.award i a em.lineb{
  background: #c00;
}

.i18n-en .pic2 table{ color:#999!important; font-size: 14px;}
.i18n-en .pic2 table td.picdesc{ color:#999!important;}
.i18n-en .pic2 table td.picdesc font{ color:#999!important;}

.i18n-en .p1Con .swiper-container-main .swiper-slide .slide-con p { text-indent: 0em;}
.i18n-en .newMarquee div.icon-new{
	width: 45px;
	margin: 0 11px;
    height: 24px;
    float: left;
    background: none #5385fd;
	border-radius: 0 5px 0 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.i18n-en .p2Con div.fl ul li a{
	display: inline-block;
	width: 560px;
	width: 660px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	white-space: normal;
	line-height: 1.4;
    padding: 3px 0;
}
.i18n-en .p2Con div.fr p { text-indent: 0em;}
.i18n-en .p3Con ul li{ background: url(../images/ico_dot.gif) left 8px no-repeat; white-space: normal;}
.i18n-en .p4COn .w1180 { height: 600px;}
.i18n-en .p4COn .swiper-container-about { height: 600px;}
.i18n-en .p4COn .swiper-container-about .swiper-slide .slide-con{ bottom: 100px;}
.i18n-en .copyright .logo .foot-icon-wrap .icon-item1,
.i18n-en .copyright .logo .foot-icon-wrap .icon-item2{
	max-width: 100px;
	text-align: center;
}
.i18n-en .list3 h3,
.i18n-en .txtCon h1,
.i18n-en .txtConWb h1.title,
.i18n-en .txt p{
	font-family: Georgia;
}
.i18n-en .p2Con div.fr div.picBox span {
	width: 385px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}
.i18n-en .p3Con div.picBox span {
    width: 560px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}

/*i18n-fr*/
body.i18n-fr {
    font: normal 12px/180% Georgia;
}
.i18n-fr .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-fr .topCon div.navCon div.navLink ul .navBox .box1 span {
  	width: auto;
  	margin-top: 20px;
}
.i18n-fr .topCon div.navCon div.navLink ul .navBox .box1 strong {
  	height: 40px;
  	width: auto;
	max-width: 150px;
  	padding-right: 10px;
}
.i18n-fr .topCon div.navCon div.navLink ul .navBox .box1 em {
  	width: auto;
  	min-width: 140px;
	max-width: 140px;
    padding-left: 15px;
    padding-right: 25px;
}
.i18n-fr .topCon div.navCon div.navLink ul li{
  	width: 100px;
    max-width: 100px;
    padding: 0 30px;
}
.i18n-fr .topCon div.navCon div.navLink ul li i {
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    line-height: 1.2;
}
.i18n-fr .topCon div.navCon div.navLink ul li i a em.lineb {
    top: 110%;
}
.i18n-fr .topCon div.navCon div.navLink ul li.award i a{
  color: #c00!important;
}
.i18n-fr .topCon div.navCon div.navLink ul li.award i a em.lineb{
  background: #c00;
}

.i18n-fr .pic2 table{ color:#999!important; font-size: 14px;}
.i18n-fr .pic2 table td.picdesc{ color:#999!important;}
.i18n-fr .pic2 table td.picdesc font{ color:#999!important;}

.i18n-fr .p1Con .swiper-container-main .swiper-slide .slide-con p { text-indent: 0em;}
.i18n-fr .newMarquee div.icon-new{
	width: 55px;
	margin: 0 11px;
    height: 24px;
    float: left;
    background: none #5385fd;
	border-radius: 0 5px 0 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.i18n-fr .p2Con div.fl ul li a{
	display: inline-block;
	width: 560px;
	width: 660px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	white-space: normal;
	line-height: 1.4;
    padding: 3px 0;
}
.i18n-fr .p2Con div.fr p { text-indent: 0em;}
.i18n-fr .p3Con ul li{ background: url(../images/ico_dot.gif) left 8px no-repeat; white-space: normal;}
.i18n-fr .p4COn .w1180 { height: 680px;}
.i18n-fr .p4COn .swiper-container-about { height: 600px;}
.i18n-fr .p4COn .swiper-container-about .swiper-slide .slide-con{ bottom: 100px;}
.i18n-fr .copyright .logo .foot-icon-wrap .icon-item1,
.i18n-fr .copyright .logo .foot-icon-wrap .icon-item2{
	text-align: center;
}
.i18n-fr .list3 h3,
.i18n-fr .txtCon h1,
.i18n-fr .txtConWb h1.title,
.i18n-fr .txt p{
	font-family: Georgia;
}
.i18n-fr .p2Con div.fr div.picBox span {
	width: 385px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}
.i18n-fr .p3Con div.picBox span {
    width: 560px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}

/*i18n-ru*/
body.i18n-ru {
    font: normal 12px/180% Georgia;
}
.i18n-ru .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-ru .topCon div.navCon div.navLink ul .navBox .box1 span {
  	width: auto;
  	margin-top: 20px;
}
.i18n-ru .topCon div.navCon div.navLink ul .navBox .box1 strong {
  	height: 40px;
  	width: auto;
	max-width: 150px;
  	padding-right: 10px;
}
.i18n-ru .topCon div.navCon div.navLink ul .navBox .box1 em {
  	width: auto;
  	min-width: 140px;
	max-width: 140px;
    padding-left: 15px;
    padding-right: 25px;
}
.i18n-ru .topCon div.navCon div.navLink ul li{
	min-width: 110px;
  	max-width: 250px;
	padding-left: 10px;
	padding-right: 10px;
}
.i18n-ru .topCon div.navCon div.navLink ul li i {
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    line-height: 1.2;
}
.i18n-ru .topCon div.navCon div.navLink ul li i a em.lineb {
    top: 110%;
}
.i18n-ru .topCon div.navCon div.navLink ul li.award i a{
  color: #c00!important;
}
.i18n-ru .topCon div.navCon div.navLink ul li.award i a em.lineb{
  background: #c00;
}

.i18n-ru .pic2 table{ color:#999!important; font-size: 14px;}
.i18n-ru .pic2 table td.picdesc{ color:#999!important;}
.i18n-ru .pic2 table td.picdesc font{ color:#999!important;}

.i18n-ru .p1Con .swiper-container-main .swiper-slide .slide-con p { text-indent: 0em;}
.i18n-ru .newMarquee div.icon-new{
	width: 145px;
	margin: 0 11px;
    height: 24px;
    float: left;
    background: none #5385fd;
	border-radius: 0 5px 0 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.i18n-ru .newMarquee div.newCon {
    width: 1000px;
}
.i18n-ru .p2Con div.fl ul li a{
	display: inline-block;
	width: 560px;
	width: 660px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	white-space: normal;
	line-height: 1.4;
    padding: 3px 0;
}
.i18n-ru .p2Con div.fr p { text-indent: 0em;}
.i18n-ru .p3Con ul li{ background: url(../images/ico_dot.gif) left 8px no-repeat; white-space: normal;}
.i18n-ru .p4COn .w1180 { height: 680px;}
.i18n-ru .p4COn .swiper-container-about { height: 600px;}
.i18n-ru .p4COn .swiper-container-about .swiper-slide .slide-con{ bottom: 100px;}
.i18n-ru .copyright .logo .foot-icon-wrap .icon-item1,
.i18n-ru .copyright .logo .foot-icon-wrap .icon-item2{
/*	max-width: 100px;*/
	text-align: center;
}
.i18n-ru .list3 h3,
.i18n-ru .txtCon h1,
.i18n-ru .txtConWb h1.title,
.i18n-ru .txt p{
	font-family: Georgia;
}
.i18n-ru .p2Con div.fr div.picBox span {
	width: 385px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}
.i18n-ru .p3Con div.picBox span {
    width: 560px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}

/*i18n-es*/
body.i18n-es {
    font: normal 12px/180% Georgia,Arial,Helvetica,sans-serif;
}
.i18n-es .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-es .topCon div.navCon div.navLink ul .navBox .box1 span {
  	width: auto;
}
.i18n-es .topCon div.navCon div.navLink ul .navBox .box1 strong {
  	width: auto;
	max-width: 85px;
  	padding-right: 10px;
}
.i18n-es .topCon div.navCon div.navLink ul .navBox .box1 em {
  	width: auto;
  	min-width: 140px;
	max-width: 140px;
    padding-left: 15px;
    padding-right: 25px;
}
.i18n-es .topCon div.navCon div.navLink ul li{
	padding-left: 35px;
}
.i18n-es .topCon div.navCon div.navLink ul li i {
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    line-height: 1.2;
}
.i18n-es .topCon div.navCon div.navLink ul li i a em.lineb {
    top: 110%;
}
.i18n-es .topCon div.navCon div.navLink ul li.award i a{
  color: #c00!important;
}
.i18n-es .topCon div.navCon div.navLink ul li.award i a em.lineb{
  background: #c00;
}

.i18n-es .pic2 table{ color:#999!important; font-size: 14px;}
.i18n-es .pic2 table td.picdesc{ color:#999!important;}
.i18n-es .pic2 table td.picdesc font{ color:#999!important;}

.i18n-es .p1Con .swiper-container-main .swiper-slide .slide-con p { text-indent: 0em;}
.i18n-es .newMarquee div.icon-new{
	width: 45px;
	margin: 0 11px;
    height: 24px;
    float: left;
    background: none #5385fd;
	border-radius: 0 5px 0 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.i18n-es .p2Con div.fl ul li a{
	display: inline-block;
	width: 560px;
	width: 660px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	white-space: normal;
	line-height: 1.4;
    padding: 3px 0;
}
.i18n-es .p2Con div.fr p { text-indent: 0em;}
.i18n-es .p3Con ul li{ background: url(../images/ico_dot.gif) left 8px no-repeat; white-space: normal;}
.i18n-es .p4COn .w1180 { height: 680px;}
.i18n-es .p4COn .swiper-container-about { height: 600px;}
.i18n-es .p4COn .swiper-container-about .swiper-slide .slide-con{ bottom: 100px;}
.i18n-es .copyright .logo .foot-icon-wrap .icon-item1,
.i18n-es .copyright .logo .foot-icon-wrap .icon-item2{
	max-width: 100px;
	text-align: center;
}
.i18n-es .list3 h3,
.i18n-es .txtCon h1,
.i18n-es .txtConWb h1.title,
.i18n-es .txt p{
	font-family: Georgia,Arial,Helvetica,sans-serif;
}
.i18n-es .p2Con div.fr div.picBox span {
	width: 385px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}
.i18n-es .p3Con div.picBox span {
    width: 560px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}

/*i18n-ar*/
.i18n-ar{font-family: Arial, Helvetica, sans-serif, SimSun; font-size: 18px;}
.i18n-ar body{ direction: rtl; font-family: Arial;}
.i18n-ar div{ text-align:right;}
.i18n-ar li{ text-align:right;}
.i18n-ar .fl{ float: right;}
.i18n-ar .fr{ float: left;}

.i18n-ar .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-ar .topCon .bannerText {
    position: absolute;
    top: 120px;
	left: auto;
    right: 10px;
}
.i18n-ar .topCon .bannerText p {
    text-align: right;
}

.i18n-ar .swiper-container-main{ direction: ltr;}
.i18n-ar .p4COn .swiper-container-about{ direction: ltr;}

.i18n-ar .topCon div.navCon div.homeLink {
	float: right;
}
.i18n-ar .topCon div.navCon div.navLink {
    float: right;
}
.i18n-ar .topCon div.navCon div.navLink ul .navBox {
	font-weight: 400;
	font-size: 18px;
    left: auto;
    right: 0px;
}
.i18n-ar .topCon div.navCon div.navLink ul .navBox .box2 span {
    float: right;
}
.i18n-ar .topCon div.navCon div.navLink ul .navBox .box1 span {
    float: right;
}
.i18n-ar .topCon div.navCon div.navLink ul .navBox .box1 strong {
    float: right;
    border-right: none;
    border-left: 1px solid #eee;
	width: 59px;
	height: auto;
}
.i18n-ar .topCon div.navCon div.navLink ul .navBox .box1 em {	
	float: left;
    text-align: right;
    padding-left: 0;
    width: 140px;
    padding-right: 20px;
    line-height: 20px;
}
.i18n-ar .topCon div.navCon div.navLink ul li {
	font-weight: 700;
	font-size: 18px;
    line-height: 70px;
    height: 70px;
    display: block;
    float: right;
    padding-right: 75px;
}
.i18n-ar .topCon div.navCon div.navLink ul li i {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    line-height: 1.2;
}
.i18n-ar .topCon div.navCon div.navLink ul li i a em.lineb {
    top: 110%;
}
.i18n-ar .topCon div.navCon div.navLink ul li.award i a{
  color: #c00!important;
}
.i18n-ar .topCon div.navCon div.navLink ul li.award i a em.lineb{
  background: #c00;
}

.i18n-ar .topCon div.navCon div.searchBox {
    float: left;
}
.i18n-ar .topCon div.navCon div.searchBox input.s1 {
    padding-right: 10px;
    padding-left: 40px;
	font-size: 18px;
}
.i18n-ar .topCon div.navCon div.searchBox input#button {
    background: none;
    top: 28px;
    left: 43px;
}
.i18n-ar .copyright { font-size: 18px; }
.i18n-ar .copyright .logo span {float: right;}
.i18n-ar .copyright .logo .right {float: right;}


.i18n-ar .topCon div.languageBox div.zh i.icon-san {
    float: left;
}
.i18n-ar .topCon div.languageBox div.zh i.icon-lan-zh {
    background: url(../images/icon-lan-zh.png) right center no-repeat;
    padding-right: 25px;
    padding-left: 0px;
}
.i18n-ar .topNew p{
	font-size: 18px;
}
.i18n-ar .topNew p i.more {
    float: left;
}
.i18n-ar .p1Con .swiper-container-main .swiper-slide img{
	float: right;
}
.i18n-ar .p1Con .swiper-container-main .swiper-slide .slide-con{
	float: left;
	padding-right: 0px;
	padding-left: 20px;
	font-size: 18px;
}
.i18n-ar .p1Con .swiper-container-main .swiper-slide .slide-con p{
	font-size: 18px;
}
.i18n-ar .p1Con .swiper-container-main .swiper-slide .slide-con b,
.i18n-ar .p1Con .swiper-container-main .swiper-slide .slide-con p{
	text-indent: 0;
	direction: rtl;
}
.i18n-ar .newMarquee div.icon-new {
    width: 45px;
    margin: 0 11px;
    height: 24px;
    float: right;
    background: none #5385fd;
    border-radius: 5px 0 0 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.i18n-ar .newMarquee div.newCon {
    font-size: 18px;
    float: right;
	direction: ltr;
}
.i18n-ar div.title-com div.tab {
    float: right;
}
.i18n-ar div.title-com div.more {
    float: left;
}
.i18n-ar div.title-com div.more h6{	
	font-size: 16px;
}
.i18n-ar .p2Con div.fl ul li{
	font-size: 18px;
	position: relative;
}
.i18n-ar .p2Con div.fl ul li a {
    display: inline-block;
	display: table-cell;
    width: 560px;
	width: 660px;
	height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: normal;
    line-height: 1.4;
    padding: 3px 0;
	vertical-align: middle;
}
.i18n-ar .p2Con div.fl ul li i {
	font-size: 16px;
    float: none;
	position: absolute;
	left: 20px;
	top: 0px;
}
.i18n-ar .p2Con div.fr div.picBox span {
    width: 385px;
    height: auto;
    padding: 5px 10px;
	font-size: 18px;
    line-height: 24px;
    text-indent: 0px;
}
.i18n-ar .p2Con div.fr p {
	font-size: 18px;
	text-indent: 0em;
}
.i18n-ar .p3Con div.picBox span{
	font-size: 18px;
}
.i18n-ar .p3Con ul li {
	font-size: 18px;
    background: url(../images/ico_dot.gif) right center no-repeat;
	padding-left: 0;
    padding-right: 15px;
}
.i18n-ar .p4COn div.title h6 {
	font-size: 16px;
    left: 0;
	right: auto;
}
.i18n-ar .p4COn .swiper-container-about .swiper-slide .slide-con{
	padding: 70px 20px 10px 30px;
}
.i18n-ar .p4COn .swiper-container-about .swiper-slide .slide-con p{
	font-size: 18px;
}
.i18n-ar .p4COn .swiper-container-about .swiper-slide .slide-con b,
.i18n-ar .p4COn .swiper-container-about .swiper-slide .slide-con p{
    direction: rtl;
}
.i18n-ar .list3 h3 {
    font-family: Arial, Helvetica, sans-serif, SimSun;
}
.i18n-ar .list3 div {
    font-size: 18px;
}
.i18n-ar .d2pic li {
    height: 360px;
}
.i18n-ar .d2pic li img{
    object-fit: cover;
	object-fit: contain;
}
.i18n-ar .page_n{
	text-align: center;
}
.i18n-ar .txtConWb h1.title{
    font-family: Arial, Helvetica, sans-serif, SimSun;	
}
.i18n-ar .txt{
	text-align: center;
}
.i18n-ar .txt p{
	text-align: right;
}
.i18n-ar div.p_num{
	text-align: center;
	font-size: 18px;
}
body.i18n-ar{ font-family: Arial, Helvetica, sans-serif, SimSun;}
.i18n-ar div{ font-family: Arial, Helvetica, sans-serif, SimSun;}
.i18n-ar .swiper-container-p1 .num i{ font-family: Arial, Helvetica, sans-serif, SimSun;}
.i18n-ar .tit3 h3{ font-family: Arial, Helvetica, sans-serif, SimSun;}
.i18n-ar .list1 h2{ font-family: Arial, Helvetica, sans-serif, SimSun;}
.i18n-ar .list2 div h3{ font-family: Arial, Helvetica, sans-serif, SimSun;}
.i18n-ar .list3 h3{ font-family: Arial, Helvetica, sans-serif, SimSun;}
.i18n-ar .txtCon h1{ font-family: Arial, Helvetica, sans-serif, SimSun;}



/*i18n-jp*/
body.i18n-jp {
    font: normal 12px/180% "Helvetica Neue","Meiryo";
}
.i18n-jp .topCon {
    background: url(../images/topConBgForeign.jpg) top center no-repeat;
}
.i18n-jp .topCon div.navCon div.navLink ul .navBox .box1 span {
  	width: auto;
}
.i18n-jp .topCon div.navCon div.navLink ul .navBox .box1 strong {
  	width: auto;
	max-width: 85px;
  	padding-right: 10px;
}
.i18n-jp .topCon div.navCon div.navLink ul .navBox .box1 em {
  	width: auto;
  	min-width: 140px;
	max-width: 140px;
    padding-left: 15px;
    padding-right: 25px;
}
.i18n-jp .topCon div.navCon div.navLink ul li{
	padding-left: 50px;
	padding-right: 100px;
}
.i18n-jp .topCon div.navCon div.navLink ul li i{
	margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    line-height: 1.2;
}
.i18n-jp .topCon div.navCon div.navLink ul li i a em.lineb {
    top: 110%;
}
.i18n-jp .topCon div.navCon div.navLink ul li.award i a{
  color: #c00!important;
}
.i18n-jp .topCon div.navCon div.navLink ul li.award i a em.lineb{
  background: #c00;
}

.i18n-jp .pic2 table{ color:#999!important; font-size: 14px;}
.i18n-jp .pic2 table td.picdesc{ color:#999!important;}
.i18n-jp .pic2 table td.picdesc font{ color:#999!important;}

.i18n-jp .p1Con .swiper-container-main .swiper-slide .slide-con p { text-indent: 1em;}
.i18n-jp .newMarquee div.icon-new{
	width: 45px;
	margin: 0 11px;
    height: 24px;
    float: left;
    background: none #5385fd;
	border-radius: 0 5px 0 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.i18n-jp .p2Con div.fl ul li a{
	display: inline-block;
	width: 560px;
	width: 660px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	white-space: normal;
	line-height: 1.4;
    padding: 3px 0;
}
.i18n-jp .p2Con div.fr p { text-indent: 1em;}
.i18n-jp .p3Con ul li{ background: url(../images/ico_dot.gif) left 8px no-repeat; white-space: normal;}
.i18n-jp .p4COn .w1180 { height: 680px;}
.i18n-jp .p4COn .swiper-container-about { height: 600px;}
.i18n-jp .p4COn .swiper-container-about .swiper-slide .slide-con{ bottom: 100px;}
.i18n-jp .copyright .logo .foot-icon-wrap .icon-item1,
.i18n-jp .copyright .logo .foot-icon-wrap .icon-item2{
	text-align: center;
}
.i18n-jp .list3 h3,
.i18n-jp .txtCon h1,
.i18n-jp .txtConWb h1.title,
.i18n-jp .txt p{
	font-family: "Helvetica Neue","Meiryo";
}
.i18n-jp .p2Con div.fr div.picBox span {
	width: 385px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}
.i18n-jp .p3Con div.picBox span {
    width: 560px;
    height: auto;
	padding: 5px 10px;
    line-height: 24px;
    text-indent: 0px;
}
.i18n-jp .p4COn div.title {
    background: url(../images/p4-tit-bg-no.png) center bottom no-repeat;
}
.i18n-jp .p4COn div.title h2{
	line-height: 35px;
	border-bottom: 3px solid #fff;
}
.i18n-jp .txtCon h1{
	text-align: center;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html,body {
    min-width: 1200px;
  }
	.p1Con .main-prev, .p1Con .main-next{
		display: none;
	}
}